Home / comp / gb / long[] / extract 
Long[].Extract (gb)
Syntax
FUNCTION Extract ( Start AS Integer [ , Length AS Integer ] ) AS Long[]
Removes one or more elements from the array, and return them.

If Length is negative, then all elements from the specified Index are removed.